testing.common.hasSub (field)

6 uses

	testing (current package)
		benchmark.go#L245: 	if atomic.LoadInt32(&b.hasSub) != 0 || finished {
		benchmark.go#L626: 	atomic.StoreInt32(&b.hasSub, 1)
		benchmark.go#L658: 		atomic.StoreInt32(&sub.hasSub, 1)
		testing.go#L507: 	hasSub     int32          // Written atomically.
		testing.go#L1427: 		if t.parent != nil && atomic.LoadInt32(&t.hasSub) == 0 {
		testing.go#L1454: 	atomic.StoreInt32(&t.hasSub, 1)